{{loadingText}}

{{translations['characters_header']}}

{{characters[selectedCharacter] !== undefined ? translations['play_button'] : translations['create_button']}} {{translations['delete_button']}}
{{translations['charinfo_header']}} {{translations['charinfo_description']}}
{{translations['name']}}: {{characters[selectedCharacter].charinfo.firstname}} {{characters[selectedCharacter].charinfo.lastname}}
{{translations['birthdate']}}: {{characters[selectedCharacter].charinfo.birthdate}}
{{translations['gender']}}: {{characters[selectedCharacter].charinfo.gender == 0 ? translations['male'] : translations['female']}}
{{translations['nationality']}}: {{characters[selectedCharacter].charinfo.nationality}}
{{translations['job']}}: {{characters[selectedCharacter].job.label}}
{{translations['jobgrade']}}: {{characters[selectedCharacter].job.grade.name}}
{{translations['cash']}}: $ {{dollar.format(characters[selectedCharacter].money.cash)}}
{{translations['bank']}}: $ {{dollar.format(characters[selectedCharacter].money.bank)}}
{{translations['phonenumber']}}: {{characters[selectedCharacter].charinfo.phone}}
{{translations['accountnumber']}}: {{characters[selectedCharacter].charinfo.account}}

{{translations['chardel_header']}}

close
{{translations['cancel']}} {{translations['confirm']}}
{{translations['create_button']}}

{{translations['deletechar_header']}}

{{translations['deletechar_description']}}

{{translations['confirm']}} {{translations['cancel']}}